body{
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: verdana,serif;
}
/*==============================header section==================================================*/
#header{
	margin:0;
	padding:20px;
	background-color: #9919C8;
	text-align: left;
	color: white;

}
iframe{
    width:100%;
    height:280px;
}
/*==============================navbar section==================================================*/
#navbar{
	margin: 0;
	padding:10px;
	background-color: white;
}
#navbar ul{
	padding: 10px;
	list-style-type: none;
	background-color: white ;
	margin: 10px;
	border-radius: 10px;
	text-align: left;
	line-height: 2px;
}
#navbar ul li{
	display: inline;
}
#navbar ul li a{
	text-decoration: none;
	font-family: Arial;
	padding: .2em 1em;
	color: white ;
	background-color: #6A1B9A   ;
}
#navbar ul li a:hover{
	color: black;
	background-color: white;
}
/*==============================main section==================================================*/
#container{
    background-color:red;
    margin-left:5px;
}



#map{
    position:relative;
    width: 100%; 
        height: 400px; 
        background-color: grey; 
}
/*==============================footer section==================================================*/
#footer{
	background-color: #9919C8;
	height:200px;
	margin-top: 10px;
}
#footer footer-widgets{
	margin-left: 20px;
	margin-top: 15px;
}
#footer p{
	margin-top: 15px;
	text-align:center;
	color: white;
}
#footer a{
	color:white;
}
#footer h4{
	margin-top:10px;
	text-align:center;
	color:white;
}
#footer p{
	text-align:center;
	color:white;
}